-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release Candidate v0.0.5 #192
Conversation
BUG/TST: update test behavior in the absence/presence of pysatCDF
DOC: ICON constellation info
ENH: Add DE2 instruments
BUG: data uniqueness for GOLD
Co-authored-by: Jeff Klenzing <[email protected]>
Downstream package error documented at pysat/pysatModels#128 |
pysatNASA/tests/test_instruments.py
Outdated
import pysat | ||
import pytest | ||
|
||
# Make sure to import your instrument library here | ||
import pysatNASA | ||
|
||
# Import the test classes from pysat | ||
from pysat.tests.classes import cls_instrument_library as clslib | ||
from pysat.utils import testing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All the pysat imports should be grouped together. I recommend moving up pytest to the warnings block and moving all the pysat imports above the pysatNASA import.
Co-authored-by: Angeline Burrell <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More style corrections.
Co-authored-by: Angeline Burrell <[email protected]>
We need one more review. Pinging @JonathonMSmith and @rstoneback |
Description
Release Candidate for version 0.0.5.
The v0.0.5 release adds multiple new instruments, as well as improves support for xarray datasets. There are multiple updates for compatibility with the latest versions of
cdflib
,xarray
, andpysat
.Type of change
How Has This Been Tested?
via pytest at github actions
Checklist:
CHANGELOG.md
, summarizing the changes